home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / sound / rukc10.zip / !README < prev    next >
Text File  |  1993-03-06  |  2KB  |  50 lines

  1. README 06-Mar-93.
  2. RUCKUS 1.0 for DOS C compilers.
  3.  
  4. INSTALL:
  5. -------
  6. First thing to do is to move all the files in this package to a new directory
  7. with at least a 1.5M available. You can move them anytime after the
  8. installation has finished. To install, run INSTALL.BAT. INSTALL.BAT executes
  9. the two SHAREWARE INSTALLATION programs, one after the other. These programs
  10. extract and build the two LIBrary files, RUCKDAC.LIB and RUCKMIDI.LIB, ready
  11. to be used by any DOS C compiler (see the Borland patch below).
  12.  
  13.  
  14. USING A BORLAND C COMPILER:
  15. ---------------------------
  16. If you are using any of Borland's C compilers (TC 1.0 to BC 3.1) you must
  17. use the BORLAND patch. See the files in BORLAND.ZIP for more.
  18.  
  19. All source files were created using PWB 2.0 and tested with MS C7. Borland
  20. and other compiler users may need to make some adjustments in the source
  21. example code to get things up and running.
  22.  
  23.  
  24. OLDER COMPILERS:
  25. ---------------
  26. If you're using an older compiler such as Turbo C 2.0 then some changes need
  27. to be made. In the two *.h files, remove all leading underscores. For example,
  28. change __far to far, __near to near, etc. In the source examples, change
  29. _cgets() to cgets(). That's really about all. If you're using QuickC you should
  30. not use the AtExit() routines provided with RUCKUS. Seems _atexit is always
  31. near in all QC 2.5 memory models (a QC bug).
  32.  
  33.  
  34. WHAT ELSE?
  35. ----------
  36. For a quick demo of the RUCKUS toolkit, run both CHIMPS1 (MIDI interactive
  37. playback sequencer) and MODAC (Mod and DAC player/recorder).
  38.  
  39. Read the *.DOC files for more.
  40.  
  41. VGA graphics and a mouse is recommended for CHIMPS1 and MODAC1. For
  42. CHIMPS1.EXE information run CHIMPS1 with nothing following. For MODAC1.EXE
  43. information see the MODAC.DOC file.
  44.  
  45.  
  46. AND STILL:
  47. ---------
  48. The XMS file transfer buffer is now 16K rather than 64K since C's malloc()
  49. large model cannot deal with requests of 64K. Probably just as well.
  50.